What is your favourite online JavaScript reference manual? [closed]

Posted by daniel.sedlacek on Stack Overflow See other posts from Stack Overflow or by daniel.sedlacek
Published on 2011-01-04T13:45:56Z Indexed on 2011/01/06 2:54 UTC
Read the original article Hit count: 151

Filed under:
|
|

I'm an object oriented programmer and am looking for a good JavaScript online reference manual.

The ideal reference manual should contain:

  • compendious, I'm not looking for ECMA standard reference.
  • type specific, even if JavaScript is not strongly typed, function arguments and returns have a type.
  • browser specific, no matter the standards every browser is different.
  • contain examples
  • be available online.

What is your favorite online JavaScript reference manual?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about api